home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u513.dms / in.adf / GraphicTools / Cube / read.me < prev   
Encoding:
Text File  |  1990-06-25  |  2.5 KB  |  69 lines

  1. This is documentation for cube and box programs by Plinker Andy L.
  2. These (c) 1988 programs may be freely copied in any manor as long
  3.  as this file is inclosed with them.  You know, they are public domain.
  4.  
  5. This author Andy Lochbaum asks if you enjoy this, you should buy a copy
  6.  of any program you have pirated.  Support Amiga software publishers and
  7.  you help our machine.
  8.  
  9. INTRODUCTION
  10. ------------
  11. Box makes boxes from three IFF files, and data included in a box.data file.
  12.  
  13. Cube lets you visualize the box.data you are making and save it to the file.
  14.  
  15. CUBE
  16. ----
  17.  
  18. To start cube, from the CLI, make sure you are in the directory you want
  19.  make.data written to.  Then type (dev:dir/)cube >make.data.
  20.  
  21. You will see a cube formed on the screen, now use keyboard commands to
  22.  change aspects of the cube.
  23.  Xps - the horzontal start of the upper left corner of the front face
  24.         and the whole cube follows is
  25.          RIGHT or + by lower case r  LEFT or - by lower case l
  26.  Yps - the vertical position of cube
  27.         [ UP + u ][ DOWN - d] get it + or up is u  down or - is d
  28.  Wid - the width of the front face, cube follows
  29.         [ WIDER + w][ NARROW - n]
  30.  Hgt - the height of the front face, cube follows
  31.         [ TALLER + t][ SMALLER - s]
  32.  Dpt - the depth of the top and side
  33.         [ IN + i][ OUT - o]
  34.  File - when you hit f all the aspects of the screen are written to
  35.          box.data, please note if you don't like the settings then
  36.          quit and start over, hitting f again won't help.
  37.  Quiting - There are two ways out, the clean and nice way is to move
  38.             your mouse pointer to the upper left and click on left
  39.             mouse button.  The emergency way is hit the control key and
  40.             c at the same time and the program will ask you if you want
  41.             to quit.
  42.  
  43. BOX.DATA
  44. --------
  45.  
  46. This file is of a form which also works with my old cube program.
  47.  The first three lines are not used by box.
  48.  All data for the next lines is in hex numbers.
  49.  Line 4 is Xps space Yps
  50.  Line 5 is Wid space Hgt
  51.  Line 6 is Dpt
  52.  
  53. BOX
  54. ---
  55.  
  56. To use this program you first need to have box.data in current directory.
  57.  I have arc'd some data if you don't want to use cube.
  58. From CLI type (dev:dir/)box front.pic top.pic side.pic
  59.  where front.pic is a 320x200 picture for front and colors, and
  60.  where top.pic is a 320x200 picture for the top, and
  61.  where side.pic is the 320x200 picture for the side.
  62. The program makes the cube and waits for 9.64 seconds.
  63.  
  64. COMMENTS or BUGS
  65. ----------------
  66.  
  67. Email me at Andy L on Plink with any comments, or bugs.  
  68.  
  69.